Package org.mule.metadata.api.annotation
Class UniquesItemsAnnotation
- java.lang.Object
-
- org.mule.metadata.api.annotation.MarkerAnnotation
-
- org.mule.metadata.api.annotation.UniquesItemsAnnotation
-
- All Implemented Interfaces:
TypeAnnotation
public class UniquesItemsAnnotation extends MarkerAnnotation
Constrain for Array types specifying that the array can only have unique items.
-
-
Constructor Summary
Constructors Constructor Description UniquesItemsAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()A name of the annotation-
Methods inherited from class org.mule.metadata.api.annotation.MarkerAnnotation
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mule.metadata.api.annotation.TypeAnnotation
isPublic
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:TypeAnnotationA name of the annotation- Returns:
- The name
-
-