org.hibernate.validator.util.annotationfactory
Class AnnotationFactory
java.lang.Object
org.hibernate.validator.util.annotationfactory.AnnotationFactory
public class AnnotationFactory
- extends Object
Creates live annotations (actually AnnotationProxies
) from AnnotationDescriptors
.
- Author:
- Paolo Perrotta, Davide Marchignoli, Hardy Ferentschik
- See Also:
AnnotationProxy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationFactory
public AnnotationFactory()
create
public static <T extends Annotation> T create(AnnotationDescriptor<T> descriptor)
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved