@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Component
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.
public abstract String value
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.