Package org.mule.metadata.api.annotation
Class IntAnnotation
- java.lang.Object
-
- org.mule.metadata.api.annotation.MarkerAnnotation
-
- org.mule.metadata.api.annotation.IntAnnotation
-
- All Implemented Interfaces:
TypeAnnotation
public class IntAnnotation extends MarkerAnnotation
Applies a restriction to the annotated number type that its value should be an Integer.
-
-
Constructor Summary
Constructors Constructor Description IntAnnotation()
-
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
-
-