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: Florent Benoit
Sets the list of roles declared on this class.
Parameters: declareRoles - the list of roles.
setExcludeDefaultInterceptors
public void setExcludeDefaultInterceptors(boolean excludeDefaultInterceptors)(Code)
Flag this class as a class which exclude default interceptors.
Parameters: excludeDefaultInterceptors - true if this class is a class which exclude default interceptors.
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.
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
Parameters: internalUserInterceptors - list of interceptors that enhancer will use.