public final class EventMetadataImpl extends Object implements EventMetadata
EventMetadata implementation.| Constructor and Description |
|---|
EventMetadataImpl(Type type,
InjectionPoint injectionPoint,
Annotation[] qualifiers) |
EventMetadataImpl(Type type,
InjectionPoint injectionPoint,
Set<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getInjectionPoint() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
String |
toString() |
public EventMetadataImpl(Type type, InjectionPoint injectionPoint, Set<Annotation> qualifiers)
public EventMetadataImpl(Type type, InjectionPoint injectionPoint, Annotation[] qualifiers)
public Set<Annotation> getQualifiers()
getQualifiers in interface EventMetadatapublic InjectionPoint getInjectionPoint()
getInjectionPoint in interface EventMetadatapublic Type getType()
getType in interface EventMetadataCopyright © 2015. All Rights Reserved.