public class JvmAnnotationReferenceBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JvmAnnotationReferenceBuilder.Factory |
| Constructor and Description |
|---|
JvmAnnotationReferenceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JvmAnnotationReference |
annotationRef(Class<?> annotationType,
String... values)
Creates and returns an annotation reference of the given annotation type's name and the given value.
|
JvmAnnotationReference |
annotationRef(String annotationTypeName,
String... values)
Creates and returns an annotation reference of the given annotation type's name and the given value.
|
public JvmAnnotationReference annotationRef(Class<?> annotationType, String... values)
annotationType - the type of the created annotation reference.values - the string values of the annotation reference.null if
sourceElement or annotationType are null.public JvmAnnotationReference annotationRef(String annotationTypeName, String... values)
annotationTypeName - the type name of the created annotation.values - the string value of the annotation's 'values' property.null if
annotationType are null.Copyright © 2015. All Rights Reserved.