Annotation Type UnregisterMethod

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int[] parameters
      Declares which method arguments should be used from the RegisterMethod
      Class<?> resourceType
      Resource type for this registry method.
    • Element Detail

      • resourceType

        Class<?> resourceType
        Resource type for this registry method. One resource type could be tracked by several RegisterMethod methods but for each resource type one UnregisterMethod should exists.
        Default:
        java.lang.Object.class
      • parameters

        int[] parameters
        Declares which method arguments should be used from the RegisterMethod
        Default:
        {0}