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

ceylon.language.Annotated.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
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