All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.lestard.doc.Stable Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package eu.lestard.doc;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
import static java.lang.annotation.ElementType.CONSTRUCTOR;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.PACKAGE;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE;

@Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE})
@Documented
@Retention(SOURCE)
public @interface Stable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy