@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Inherit
Inherit.
Note that this relation is transitive.| Modifier and Type | Optional Element and Description |
|---|---|
Class |
inheritedAnnotationClass
Metadata attribute present on
Inherit annotation usages after compiling inheriting annotation. |
public abstract Class inheritedAnnotationClass
Inherit annotation usages after compiling inheriting annotation.
Its usage in standard way should be avoided and will be discarded.
Default is present here only to suppress errors highlighted by IDE, caused by lack of value passed.
It will be overriden anyway by Kendal.Copyright © 2019. All rights reserved.