Package ball.annotation.processing
Annotation Type TargetMustHaveConstructor
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface TargetMustHaveConstructor
Annotationto specify annotatedClassmust 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<?>[]parametersModifiervalue
-
-
-
-
parameters
Class<?>[] parameters
- Default:
- {}
-
-