javax.enterprise.inject.stereotype
Annotation Type Stereotype


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

Specifies that an annotation type is a stereotype.

Author:
Pete Muir, Gavin King



Copyright © 2008-2009. All Rights Reserved.