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
- Since:
- 8.2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class RemoteAddress
RemoteAddress.Literal -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemoteAddress.LiteralAn instance of theRemoteAddressqualifier. -
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
An instance of theRemoteAddressqualifier.
-