Annotation Type LaunchesProjectEvent

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends ProjectEvent> value
      The type of ProjectEvent that should be created on this annotated method
    • Element Detail

      • value

        java.lang.Class<? extends ProjectEvent> value
        The type of ProjectEvent that should be created on this annotated method
        Returns:
        the type of ProjectEvent that should be created on the annotated method.