Package org.mule.metadata.message.api
Class LocationAnnotation
- java.lang.Object
-
- org.mule.metadata.message.api.LocationAnnotation
-
- All Implemented Interfaces:
TypeAnnotation
public class LocationAnnotation extends Object implements TypeAnnotation
Adds a location to the annotated type.
-
-
Constructor Summary
Constructors Constructor Description LocationAnnotation(String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocation()StringgetName()inthashCode()-
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
-
-
Constructor Detail
-
LocationAnnotation
public LocationAnnotation(String location)
-
-