Uses of Class
com.squareup.javapoet.AnnotationSpec
-
-
Uses of AnnotationSpec in com.squareup.javapoet
Fields in com.squareup.javapoet with type parameters of type AnnotationSpec Modifier and Type Field Description List<AnnotationSpec>FieldSpec. annotationsList<AnnotationSpec>MethodSpec. annotationsList<AnnotationSpec>ParameterSpec. annotationsList<AnnotationSpec>TypeName. annotationsList<AnnotationSpec>TypeSpec. annotationsMethods in com.squareup.javapoet that return AnnotationSpec Modifier and Type Method Description AnnotationSpecAnnotationSpec.Builder. build()static AnnotationSpecAnnotationSpec. get(Annotation annotation)static AnnotationSpecAnnotationSpec. get(Annotation annotation, boolean includeDefaultValues)static AnnotationSpecAnnotationSpec. get(AnnotationMirror annotation)Methods in com.squareup.javapoet that return types with arguments of type AnnotationSpec Modifier and Type Method Description protected List<AnnotationSpec>TypeName. concatAnnotations(List<AnnotationSpec> annotations)Methods in com.squareup.javapoet with parameters of type AnnotationSpec Modifier and Type Method Description FieldSpec.BuilderFieldSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)MethodSpec.BuilderMethodSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)ParameterSpec.BuilderParameterSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)TypeSpec.BuilderTypeSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)TypeNameTypeName. annotated(AnnotationSpec... annotations)
-