Home
last modified time | relevance | path

Searched refs:annotationCType (Results 1 – 1 of 1) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DMakeAnnotation.java34 ClassType annotationCType; in make() local
36 annotationCType = (ClassType) annotationType; in make()
38 annotationCType = (ClassType) Type.make((Class) annotationType); in make()
40 annotationCType = ClassType.make(annotationType.toString()); in make()
41 return new MakeAnnotation(annotationCType); in make()