Packages

class ElementBuilder[T] extends ScalaAnnotatedElementBuilder[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementBuilder
  2. ScalaAnnotatedElementBuilder
  3. AnnotatedElementBuilderProxy
  4. Proxy
  5. AnnotatedElementBuilder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ElementBuilder()(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T])

Value Members

  1. def annotatedWith[TAnn <: Annotation]()(implicit arg0: ClassTag[TAnn]): Unit
    Definition Classes
    ScalaAnnotatedElementBuilder
  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. val myBinder: PrivateBinder
  8. val self: AnnotatedElementBuilder
    Definition Classes
    ElementBuilderAnnotatedElementBuilderProxy → Proxy
  9. def toString(): String
    Definition Classes
    Proxy → Any