|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PARAMETER})
public @interface SampleAnnotation
Provides an example of an annotation for inspection by the
ReflectionInspector.
By the way, this annotation serves for full coverage of the unit test.
| Optional Element Summary | |
|---|---|
java.lang.String |
description
Provides a description of the annotated member. |
java.lang.String |
displayName
Provides the displayName of the annotated member. |
public abstract java.lang.String description
public abstract java.lang.String displayName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||