Annotation Type StateHandler.UsesExtraData


  • @Retention(RUNTIME)
    public static @interface StateHandler.UsesExtraData
    Indicates that this state needs some extra data of the specified type.
    • Required Element Summary

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

      • value

        java.lang.Class<?> value