Uses of Class
xyz.cofe.trambda.bc.cls.CAnnotation
-
Packages that use CAnnotation Package Description xyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of CAnnotation in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls with type parameters of type CAnnotation Modifier and Type Field Description protected List<CAnnotation>CBegin. annotationsMethods in xyz.cofe.trambda.bc.cls that return CAnnotation Modifier and Type Method Description CAnnotationCAnnotation. clone()CAnnotationCAnnotation. configure(Consumer<CAnnotation> conf)Methods in xyz.cofe.trambda.bc.cls that return types with arguments of type CAnnotation Modifier and Type Method Description List<CAnnotation>CBegin. getAnnotations()Method parameters in xyz.cofe.trambda.bc.cls with type arguments of type CAnnotation Modifier and Type Method Description CAnnotationCAnnotation. configure(Consumer<CAnnotation> conf)voidCBegin. setAnnotations(List<CAnnotation> ls)Constructors in xyz.cofe.trambda.bc.cls with parameters of type CAnnotation Constructor Description CAnnotation(CAnnotation sample)
-