Class AnnotationExamples
java.lang.Object
net.jrodolfo.java_evolution.java05.AnnotationExamples
Demonstrates annotations, introduced in Java 5.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceRuntime-retained marker used by the example. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotationExamples
public AnnotationExamples()
-
-
Method Details
-
labelFor
Reads runtime annotation metadata from a method.- Parameters:
methodName- method to inspect- Returns:
- the example label stored in the annotation
- Throws:
NoSuchMethodException- if the method is missing
-