org.constretto.internal.introspect
Class Constructors

java.lang.Object
  extended by org.constretto.internal.introspect.Constructors

public class Constructors
extends Object

Utility for working with constructors

Author:
Sondre Eikanger Kvalø

Constructor Summary
Constructors()
           
 
Method Summary
static
<T,A extends Annotation>
Constructor[]
findConstructorsWithAnnotation(Class<T> clazz, Class<A> annotation)
           
static
<T> Constructor[]
findConstructorsWithConfigureAnnotation(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constructors

public Constructors()
Method Detail

findConstructorsWithAnnotation

public static <T,A extends Annotation> Constructor[] findConstructorsWithAnnotation(Class<T> clazz,
                                                                                    Class<A> annotation)

findConstructorsWithConfigureAnnotation

public static <T> Constructor[] findConstructorsWithConfigureAnnotation(Class<T> clazz)


Copyright © 2008-2013. All Rights Reserved.