Class LocalAddress.Literal
- java.lang.Object
 - 
- javax.enterprise.util.AnnotationLiteral<LocalAddress>
 - 
- de.xima.fc.user_portal.api.config.LocalAddress.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - LocalAddress
 
public static class LocalAddress.Literal extends javax.enterprise.util.AnnotationLiteral<LocalAddress> implements LocalAddress
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.user_portal.api.config.LocalAddress
LocalAddress.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static LocalAddress.LiteralINSTANCEAn instance of theLocalAddressqualifier. 
- 
Method Summary
- 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final LocalAddress.Literal INSTANCE
An instance of theLocalAddressqualifier. 
 - 
 
 -