Package react4j.annotations


@OmitPattern package react4j.annotations
This package contains annotations used by the annotation processor.
  • Class
    Description
    Enum to declare whether a specific feature should be present.
    Annotation used to specify an abstract method that returns a prop.
    Enum where the input is sourced from.
    Annotation used to specify the default value for a input.
    Annotation used to associate a parameter with a input on a method annotated with OnInputChange .
    Identifies method that is called when the input value is specified or changes.
    Identifies the method that is called when a child view generates an error during rendering.
    Identifies a method that is called when the value of one of the specified inputs is changed.
    Phase in which method should be invoked.
    Identifies a method that is called after a view is mounted or attached to the DOM.
    Identifies a method that is called after a view is rendered.
    Identifies a method that is called immediately after the render method.
    Identifies a method that is called after a view is updated or re-rendered.
    Identifies a method that is called immediately prior to render method.
    Identifies a method that is called before a view is updated or re-rendered.
    Annotation to mark a method that returns a value to be published in context for child components.
    Identifies the method that is invoked to render the view.
    Identify a method that can be invoked to schedule the view for re-rendering.
    SortOrder define the orders in which methods are invoked.
    Indicate that the named React4j compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
    Annotation used to identify a React4j view.
    Enum indicating type of view.