Rio Project 4.2 API Documentation
org.rioproject.config
Annotation Type Component
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Component
The Component annotation is used to indicate what
configuration component a class is to be used for.
The component identifies the object whose behavior will be configured
using the object returned. The value of component must be a
QualifiedIdentifier, as defined in the
Java(TM) Language Specification (JLS), and is typically the class or
package name of the object being configured.
- Author:
- Dennis Reedy
value
public abstract String value
Copyright © 2006-2011 Rio Project. All Rights Reserved.