@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InheritedAttributes
This annotation defines one or more attributes inherited from a superclass.
It is simply a way to include multiple InheritedAttribute annotations on a
single class.