org.jvnet.annox.reflect
Class DirectAnnotatedElementFactory
java.lang.Object
org.jvnet.annox.reflect.DirectAnnotatedElementFactory
- All Implemented Interfaces:
- AnnotatedElementFactory
public class DirectAnnotatedElementFactory
- extends Object
- implements AnnotatedElementFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static DirectAnnotatedElementFactory INSTANCE
DirectAnnotatedElementFactory
public DirectAnnotatedElementFactory()
getInstance
public static DirectAnnotatedElementFactory getInstance()
getAnnotatedElement
public AnnotatedElement getAnnotatedElement(AnnotatedElement annotatedElement)
throws AnnotatedElementException
- Specified by:
getAnnotatedElement
in interface AnnotatedElementFactory
- Throws:
AnnotatedElementException
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Method method)
throws AnnotatedElementException
- Specified by:
getAnnotatedElement
in interface AnnotatedElementFactory
- Throws:
AnnotatedElementException
getAnnotatedElement
public ParameterizedAnnotatedElement getAnnotatedElement(Constructor constructor)
throws AnnotatedElementException
- Specified by:
getAnnotatedElement
in interface AnnotatedElementFactory
- Throws:
AnnotatedElementException
Copyright © 2006-2012 Highsource. All Rights Reserved.