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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.