Closed mkarneim closed 9 years ago
When creating a custom annotation, the Eclipse compiler issues an "Unexpected type" error.
For example, for:
@GeneratePojoBuilder(withBuilderInterface = Builder.class, withBuilderProperties = true) public @interface ScribbleGeneratePojoBuilder { }
I get the following error: Unexpected type scribble.ScribbleGeneratePojoBuilder!
Unexpected type scribble.ScribbleGeneratePojoBuilder!
When creating a custom annotation, the Eclipse compiler issues an "Unexpected type" error.
For example, for:
I get the following error:
Unexpected type scribble.ScribbleGeneratePojoBuilder!