@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface InheritAnnotations
Marker for annotation processors to identify that annotations shall be
inherited. An annotation processor is needed to provide the intended
functionality. see AnnotationUtil
$Date$
- Version:
- $Revision$