Annotation Type PreCondition


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface PreCondition
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      PreCondition.Type value
      The type.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int[] argno  
      java.lang.String expression
      The expression will be parsed.
      • argno

        int[] argno
        Default:
        {}
      • expression

        java.lang.String expression
        The expression will be parsed.
        Default:
        ""