ceylon.language.Annotated.ceylon Maven / Gradle / Ivy
import ceylon.language{AnnotationType = Annotation}
"A program element that can
be annotated."
see(`interface Annotation`)
shared interface Annotated {
"true if this element has at least one annotation of the given annotation type."
shared formal Boolean annotated()
given Annotation satisfies AnnotationType;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy