Uses of Interface
org.objectweb.jac.core.rtti.AttributeController

Packages that use AttributeController
org.objectweb.jac.aspects.user Provides a users management within an application.  
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
 

Uses of AttributeController in org.objectweb.jac.aspects.user
 

Classes in org.objectweb.jac.aspects.user that implement AttributeController
 class UserAC
          This aspect handles users within an application.
 

Uses of AttributeController in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti with parameters of type AttributeController
static void MetaItem.registerAccessController(AttributeController controller)
          Registers a new access controller for this application.