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