@Stereotype
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@RequestScoped
@Named
public @interface SpiderStereotype
Test stereotype used to change the scope type and deployment type of another bean, in particular a producer field bean.
- Author:
- David Allen