@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface TargetMustHaveConstructor
Annotation
to specify annotated
Class
must have a corresponding constructor. The default values
correspond to a public no-argument constructor.AnnotatedProcessor
Modifier and Type | Optional Element and Description |
---|---|
Class<?>[] |
parameters |
Modifier |
value |
public abstract Class<?>[] parameters
Copyright © 2015–2020 Allen D. Ball. All rights reserved.