Package package1
Annotation Interface MyClass.NestedAnnotation
- Enclosing class:
MyClass
@Documented
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Retention(CLASS)
public static @interface MyClass.NestedAnnotation
Javadoc for NestedAnnotation
-
Optional Element Summary
Optional Elements
-
Element Details
-
explanation
String explanationJavadoc for explanation- Returns:
- some value
- Default:
""
-