Annotation

final
class Annotation(val tree: TermTree)
class Object
trait Matchable
class Any

Value members

Concrete methods

The symbol of the constructor used in the annotation.

The symbol of the constructor used in the annotation.

def argCount(using Context): Int
def argIfConstant(idx: Int)(using Context): Option[Constant]
def arguments(using Context): List[TermTree]

All the term arguments to the annotation's constructor.

All the term arguments to the annotation's constructor.

If the constructor has several parameter lists, the arguments are flattened in a single list.

NamedArgs are not visible with this method. They are replaced by their right-hand-side.

The annotation class symbol.

The annotation class symbol.

override
def toString(): String
Definition Classes
Any

Concrete fields