org.jboss.seam.annotations
Annotation Type Import


@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
@Documented
public @interface Import

Allows use of unqualified names in @In by a component or by all components in a package. The semantics are similar to a .* import in Java.

Author:
Gavin King

Required Element Summary
 String[] value
          Specifies the name qualifiers for which unqualified names may be used.
 

Element Detail

value

public abstract String[] value
Specifies the name qualifiers for which unqualified names may be used.

Returns:
an array of name qualifiers