java.lang.annotation.Inherited Maven / Gradle / Ivy
package java.lang.annotation;
@Retention(value= RetentionPolicy.RUNTIME)
@Target(value= ElementType.ANNOTATION_TYPE)
public @interface Inherited
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy