public class WithValuesLiteral extends javax.enterprise.util.AnnotationLiteral<WithValues> implements WithValues
| Constructor and Description |
|---|
WithValuesLiteral(String... values) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String[] |
values() |
public WithValuesLiteral(String... values)
public boolean equals(Object o)
equals in interface Annotationequals in class javax.enterprise.util.AnnotationLiteral<WithValues>public int hashCode()
hashCode in interface AnnotationhashCode in class javax.enterprise.util.AnnotationLiteral<WithValues>public String toString()
toString in interface AnnotationtoString in class javax.enterprise.util.AnnotationLiteral<WithValues>public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationannotationType in class javax.enterprise.util.AnnotationLiteral<WithValues>public String[] values()
Copyright © 2016–2017 Red Hat. All rights reserved.