protected com.google.common.base.Optional<FIncludeMirror> |
ImmutableProto.DeclaringPackage.builderInclude() |
protected com.google.common.base.Optional<FIncludeMirror> |
ImmutableProto.DeclaringType.builderInclude() |
protected com.google.common.base.Optional<FIncludeMirror> |
Proto.AbstractDeclaring.builderInclude() |
|
static com.google.common.base.Optional<FIncludeMirror> |
FIncludeMirror.find(java.lang.Iterable<? extends javax.lang.model.element.AnnotationMirror> mirrors) |
Finds first annotation of this type in an iterable of annotation mirrors.
|
static com.google.common.base.Optional<FIncludeMirror> |
FIncludeMirror.find(javax.lang.model.element.Element element) |
Finds first annotation of this type on the element.
|
static com.google.common.base.Optional<FIncludeMirror> |
FIncludeMirror.from(javax.lang.model.element.AnnotationMirror mirror) |
Tries to convert annotation mirror to this annotation type.
|
static com.google.common.collect.ImmutableList<FIncludeMirror> |
FIncludeMirror.fromAll(java.lang.Iterable<? extends javax.lang.model.element.AnnotationMirror> mirrors) |
Converts iterable of annotation mirrors where all annotation are of this type.
|