Annotation Type ApiFilter


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface ApiFilter
    Use this annotation to create filters for lists of sub entities. This annotation is only processed when the method is marked with an ApiEntities annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description  
      • description

        String description
        Default:
        ""