scala.reflect.api.Annotations
An extractor class to create and pattern match with syntax Annotation(tpe, scalaArgs, javaArgs). Here, tpe is the annotation type, scalaArgs the payload of Scala annotations, and javaArgs the payload of Java annotations.
Annotation(tpe, scalaArgs, javaArgs)
tpe
scalaArgs
javaArgs
Returns string formatted according to given format string.
format
Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).
String.format
An extractor class to create and pattern match with syntax
Annotation(tpe, scalaArgs, javaArgs). Here,tpeis the annotation type,scalaArgsthe payload of Scala annotations, andjavaArgsthe payload of Java annotations.