Package org.nuiton.eugene.java.extension
Class ObjectModelAnnotation
- java.lang.Object
-
- org.nuiton.eugene.java.extension.ObjectModelAnnotation
-
public class ObjectModelAnnotation extends Object
Define a annotation.- Since:
- 2.6.4
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ObjectModelAnnotationParameter>
parameters
protected String
type
-
Constructor Summary
Constructors Constructor Description ObjectModelAnnotation(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParameter(ObjectModelAnnotationParameter parameter)
boolean
equals(Object o)
List<ObjectModelAnnotationParameter>
getParameters()
String
getType()
int
hashCode()
-
-
-
Field Detail
-
type
protected final String type
-
parameters
protected List<ObjectModelAnnotationParameter> parameters
-
-
Constructor Detail
-
ObjectModelAnnotation
public ObjectModelAnnotation(String type)
-
-
Method Detail
-
getType
public String getType()
-
getParameters
public List<ObjectModelAnnotationParameter> getParameters()
-
addParameter
public void addParameter(ObjectModelAnnotationParameter parameter)
-
-