javax.webbeans
Annotation Type Stereotype


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
@Documented
public @interface Stereotype

Specifies that an annotation type is a Web Beans stereotype.

Author:
Pete Muir, Gavin King

Optional Element Summary
 java.lang.Class<?>[] requiredTypes
           
 java.lang.Class<? extends java.lang.annotation.Annotation>[] supportedScopes
           
 

supportedScopes

public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] supportedScopes
Default:
{}

requiredTypes

public abstract java.lang.Class<?>[] requiredTypes
Default:
{}


Copyright © 2008. All Rights Reserved.