Annotation Type ActionType

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Element Detail

      • value

        String value
        Returns:
        the value of the action, MUST be unique across the whole application.
      • expectedReturnedType

        Class<?> expectedReturnedType
        Returns:
        a constraint for the returned type of the action if it needs to respect a contract.
        Default:
        java.lang.Object.class