Annotation Type ReturnType


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ReturnType
    Allows method to signal that its return type is isomorph to the type defined in this annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value  
    • Element Detail

      • value

        java.lang.Class<?> value