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