trait AnnotatedElementBuilderProxy[T] extends AnnotatedElementBuilder with Proxy
Proxy for com.google.inject.binder.AnnotatedElementBuilder
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnnotatedElementBuilderProxy
- Proxy
- AnnotatedElementBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def self: AnnotatedElementBuilder
- Definition Classes
- AnnotatedElementBuilderProxy → Proxy
Concrete Value Members
- def annotatedWith(annotationType: Class[_ <: Annotation]): Unit
- Definition Classes
- AnnotatedElementBuilderProxy → AnnotatedElementBuilder
- def annotatedWith(annotation: Annotation): Unit
- Definition Classes
- AnnotatedElementBuilderProxy → AnnotatedElementBuilder
- def annotatedWithName(name: String): Unit
- def equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
- def hashCode(): Int
- Definition Classes
- Proxy → Any
- def toString(): String
- Definition Classes
- Proxy → Any