com.caucho.config.types
Class AnnotationConfig
java.lang.Object
com.caucho.config.types.AnnotationConfig
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public class AnnotationConfig
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
Configuration for the xml web bean component.
Method Summary |
ConfigType<?> |
getConfigType()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.annotation.Annotation |
replace()
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotationConfig
public AnnotationConfig(java.lang.Class<?> annotationType)
AnnotationConfig
public AnnotationConfig(AnnotationInterfaceType configType,
java.lang.Class<?> annotationType)
getConfigType
public ConfigType<?> getConfigType()
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
replace
public java.lang.annotation.Annotation replace()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object