Annotation Type Events


  • ()
    ()
    
    @UseWith({COMPONENT,MIXIN})
    public @interface Events
    Annotation applied to components to document what events a component may trigger. This is primarily used when generating component reference documentation. It is expressly not checked or used at runtime.
    Since:
    5.1.0.4
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      [] value
      A number of strings that define the events; each string is an event name optionally followed by whitespace and documentation about when the event is triggered.
    • Element Detail

      • value

        [] value
        A number of strings that define the events; each string is an event name optionally followed by whitespace and documentation about when the event is triggered.