- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.Annotation
-
public class Annotation extends Object
The annotations that are found on a class.
-
-
Constructor Summary
Constructors Constructor Description Annotation(String classname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(String name, Object value)
String
getClassname()
Object
getValue()
Get the value of an annotation when it only contains a single value.Map<String,Object>
getValues()
-
-
-
Constructor Detail
-
Annotation
public Annotation(String classname)
-
-