Package ball.annotation.processing
Annotation Type TargetMustHaveConstructor
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface TargetMustHaveConstructor
Annotation
to specify annotatedClass
must have a corresponding constructor. The default values correspond to a public no-argument constructor.- Author:
- Allen D. Ball
- See Also:
AnnotatedProcessor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<?>[]
parameters
Modifier
value
-
-
-
-
parameters
Class<?>[] parameters
- Default:
- {}
-
-