Class RemoteAddress.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<RemoteAddress>
-
- de.xima.fc.user_portal.api.config.RemoteAddress.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- RemoteAddress
public static class RemoteAddress.Literal extends javax.enterprise.util.AnnotationLiteral<RemoteAddress> implements RemoteAddress
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.user_portal.api.config.RemoteAddress
RemoteAddress.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteAddress.Literal
INSTANCE
An instance of theRemoteAddress
qualifier.
-
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 RemoteAddress.Literal INSTANCE
An instance of theRemoteAddress
qualifier.
-
-