Packages

o

izumi.fundamentals.reflection

JSRAnnotationTools

object JSRAnnotationTools

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSRAnnotationTools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def uniqueJSRNameAnno(u: Universe)(annos: List[scala.reflect.api.Universe.Annotation]): Option[String]

    This method extracts names from annotations with shape of JSR-330 Named annotation:

    This method extracts names from annotations with shape of JSR-330 Named annotation:

    public @interface Named {
    String value() default "";
    }
    

    The package name is being ignored