t

net.codingwell.scalaguice.ScalaModule

ScalaAnnotatedElementBuilder

trait ScalaAnnotatedElementBuilder[T] extends AnnotatedElementBuilderProxy[T]

Linear Supertypes
AnnotatedElementBuilderProxy[T], Proxy, AnnotatedElementBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaAnnotatedElementBuilder
  2. AnnotatedElementBuilderProxy
  3. Proxy
  4. AnnotatedElementBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: AnnotatedElementBuilder
    Definition Classes
    AnnotatedElementBuilderProxy → Proxy

Concrete Value Members

  1. def annotatedWith[TAnn <: Annotation]()(implicit arg0: Manifest[TAnn]): Unit
  2. def annotatedWith(annotationType: Class[_ <: Annotation]): Unit
    Definition Classes
    AnnotatedElementBuilderProxy → AnnotatedElementBuilder
  3. def annotatedWith(annotation: Annotation): Unit
    Definition Classes
    AnnotatedElementBuilderProxy → AnnotatedElementBuilder
  4. def annotatedWithName(name: String): Unit
    Definition Classes
    AnnotatedElementBuilderProxy
  5. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  6. def hashCode(): Int
    Definition Classes
    Proxy → Any
  7. def toString(): String
    Definition Classes
    Proxy → Any