com.sun.jini.config
Annotation Type Component


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Component

The Component annotation is used in a Groovy class to indicate what configuration component the 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 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.