Package com.axelor.event
Class NamedLiteral
- java.lang.Object
-
- com.axelor.event.NamedLiteral
-
- All Implemented Interfaces:
Serializable,Annotation
public class NamedLiteral extends Object implements javax.inject.Named, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()booleanequals(Object o)inthashCode()static NamedLiteralof(String value)StringtoString()Stringvalue()
-
-
-
Method Detail
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
of
public static NamedLiteral of(String value)
-
value
public String value()
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
-