static class Indexer.IndexedBinding
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
annotationName |
(package private) Element.Type |
annotationType |
(package private) java.lang.Object |
extraEquality |
(package private) java.lang.Object |
scope |
(package private) Indexer.BindingType |
type |
(package private) TypeLiteral<?> |
typeLiteral |
Constructor and Description |
---|
IndexedBinding(Binding<?> binding,
Indexer.BindingType type,
java.lang.Object scope,
java.lang.Object extraEquality) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
final java.lang.String annotationName
final Element.Type annotationType
final TypeLiteral<?> typeLiteral
final java.lang.Object scope
final Indexer.BindingType type
final java.lang.Object extraEquality
IndexedBinding(Binding<?> binding, Indexer.BindingType type, java.lang.Object scope, java.lang.Object extraEquality)