public class Annotation
extends Object
The annotations that are found on a class.
-
Constructor Summary
Constructors
-
Method Summary
void
Get the value of an annotation when it only contains
a single value.
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Annotation
public Annotation(String classname)
-
Method Details
-
-
getValue
Get the value of an annotation when it only contains
a single value.
- Returns:
- the value or the first one in the list of a multi-value (the order is not guaranteed in this case)
-
-