Annotation Interface To


@Retention(RUNTIME) @Target(METHOD) public @interface To
An annotation that indicates a name of a variable to which the value returned by the method is assigned. This annotation is attached to a method that returns a non-Scene value.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      A name of the variable to which the value returned by the annotated method is assigned.