@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Role
Specifies the name and scope role for a seam component role.
If a component has no @Role annotation, it has exactly
one role, defined by @Name and @Scope. If it has
one or more @Role annotations, the component has one or more
roles in addition to the default role defined by @Name and
@Scope.
- Author:
- César Izurieta