Class Annotation
- java.lang.Object
-
- org.kie.soup.project.datamodel.oracle.Annotation
-
public class Annotation extends Object
Portable representation of an annotation
-
-
Constructor Summary
Constructors Constructor Description Annotation()Annotation(String qualifiedTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(String name, Object value)booleanequals(Object o)Map<String,Object>getParameters()StringgetQualifiedTypeName()inthashCode()
-