Uses of Class
org.immutables.value.processor.meta.Proto.MetaAnnotated
-
Packages that use Proto.MetaAnnotated Package Description org.immutables.value.processor.meta -
-
Uses of Proto.MetaAnnotated in org.immutables.value.processor.meta
Subclasses of Proto.MetaAnnotated in org.immutables.value.processor.meta Modifier and Type Class Description static classImmutableProto.MetaAnnotatedImmutable implementation ofProto.MetaAnnotated.Fields in org.immutables.value.processor.meta with type parameters of type Proto.MetaAnnotated Modifier and Type Field Description (package private) java.util.concurrent.ConcurrentMap<java.lang.String,Proto.MetaAnnotated>Proto.MetaAnnotatedCache. cacheprivate java.util.List<Proto.MetaAnnotated>ImmutableProto.DeclaringPackage. metaAnnotatedprivate java.util.List<Proto.MetaAnnotated>ImmutableProto.DeclaringType. metaAnnotatedMethods in org.immutables.value.processor.meta that return Proto.MetaAnnotated Modifier and Type Method Description static Proto.MetaAnnotatedProto.MetaAnnotated. from(javax.lang.model.element.AnnotationMirror mirror, Proto.Environment environment)Methods in org.immutables.value.processor.meta that return types with arguments of type Proto.MetaAnnotated Modifier and Type Method Description (package private) java.util.List<Proto.MetaAnnotated>ImmutableProto.DeclaringPackage. metaAnnotated()(package private) java.util.List<Proto.MetaAnnotated>ImmutableProto.DeclaringType. metaAnnotated()(package private) java.util.List<Proto.MetaAnnotated>Proto.AbstractDeclaring. metaAnnotated()private static java.util.concurrent.ConcurrentMap<java.lang.String,Proto.MetaAnnotated>Proto.MetaAnnotated. metaAnnotatedCache()Methods in org.immutables.value.processor.meta with parameters of type Proto.MetaAnnotated Modifier and Type Method Description static ImmutableProto.MetaAnnotatedImmutableProto.MetaAnnotated. copyOf(Proto.MetaAnnotated instance)Creates an immutable copy of aProto.MetaAnnotatedvalue.private voidProto.AbstractDeclaring. registerAnnotationInjection(javax.lang.model.element.AnnotationMirror mirror, Proto.MetaAnnotated meta)
-