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