org.constretto.internal.introspect
Class Constructors
java.lang.Object
org.constretto.internal.introspect.Constructors
public class Constructors
- extends Object
Utility for working with constructors
- Author:
- Sondre Eikanger Kvalø
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructors
public Constructors()
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.