Package | Description |
---|---|
org.hibernate.validator.util.annotationfactory |
Annotation proxy helper.
|
Modifier and Type | Method and Description |
---|---|
static <S extends Annotation> |
AnnotationDescriptor.getInstance(Class<S> annotationType)
Returns a new descriptor for the given annotation type.
|
static <S extends Annotation> |
AnnotationDescriptor.getInstance(Class<S> annotationType,
Map<String,Object> elements)
Returns a new descriptor for the given annotation type.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
AnnotationFactory.create(AnnotationDescriptor<T> descriptor) |
Constructor and Description |
---|
AnnotationProxy(AnnotationDescriptor<?> descriptor) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.