org.hibernate.validator.util.annotationfactory
Class AnnotationFactory

java.lang.Object
  extended by 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

Constructor Summary
AnnotationFactory()
           
 
Method Summary
static
<T extends Annotation>
T
create(AnnotationDescriptor<T> descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationFactory

public AnnotationFactory()
Method Detail

create

public static <T extends Annotation> T create(AnnotationDescriptor<T> descriptor)


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved