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. annotationsаннотации прикрепленные к классуMethods 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)Конструктор копирования
-