Package io.micronaut.el.annotation


@NullMarked package io.micronaut.el.annotation
Annotations to declare Jakarta Expression Language beans and expressions compiled at compilation time.
Since:
1.0
Author:
Denis Stepanov
  • Annotation Interfaces
    Class
    Description
    Declares the compilation time environment shared by the expressions of the annotated type.
    Declares a Jakarta Expression Language value expression to be compiled at compilation time.
    The container annotation of ELExpression.
    Declares a method as a Jakarta Expression Language function, with its own name and namespace prefix.
    Maps the public static methods of a class, and the public instance methods it declares, to Jakarta Expression Language functions.
    Declares a Jakarta Expression Language method expression to be compiled at compilation time.
    The container annotation of ELMethodExpression.
    Declares the compilation time type of an expression variable.