Using the Classes Attribute

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1934

This topic has not yet been written. The content below is from the topic description.
Example 5.5. Using the classes Attribute This code specifies that additional logic in the lifecycleCallback class is applied to any bean classes that are annotated with @org.jboss.test.microcontainer.support.Install before they enter and after they leave the INSTALLED state. For the callback class to work, it must contain install and uninstall methods that take ControllerContext as a parameter, as shown in Example 5.6, “Install and Uninstall Methods�.