This class represents the annotation metadata of a Bean.
From this class, we can access to all methods of a bean with its associated
information.
author: Daniel Wiese
getExternalUserEasyBeansInterceptors() Map<interceptor type <--> List of methods/class
corresponding to the interceptor> (interceptor classes) of
user interceptors that enhancer will use.
getMethodAnnotationMetadata(JMethod jMethod) jMethod key of the map of methods annotations.
Parameters: jMethod - key of the map of methods annotations.
Map<interceptor type <--> List of methods/class
corresponding to the interceptor> (interceptor classes) of
user interceptors that enhancer will use.
Map<interceptor type <--> List of methods/classcorresponding to the interceptor> (interceptor classes) ofuser interceptors that enhancer will use.
javaxPersistencePersistenceContexts list representing @
javax.persistence.PersistenceContexts annotation.
javaxPersistencePersistenceContexts list representing @javax.persistence.PersistenceContextsannotation.
javaxPersistencePersistenceUnits list representing @
javax.persistence.PersistenceUnits annotation.
javaxPersistencePersistenceUnits list representing @javax.persistence.PersistenceUnitsannotation.
jMethod key of the map of methods annotations.
Parameters: jMethod - key of the map of methods annotations. method annotation metadata of a given method.
Sets the list of user interceptors that enhancers will use.
These interceptors are defined outside the bean class (interceptor
classes).
Parameters: externalUserInterceptors - list of interceptors that enhancer will use.
setInterfaces
public void setInterfaces(String[] interfaces)(Code)
Sets the interfaces of this class.
Parameters: interfaces - name of interfaces.