Annotation Interface PreparedBy


@Repeatable(PreparedBys.class) @Target(METHOD) @Retention(RUNTIME) public @interface PreparedBy
An annotation to declare a procedure to ensure the state defined by the target method is satisfied.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns a sequence of scene names, by which the target state is satisfied.
  • Element Details

    • value

      String[] value
      Returns a sequence of scene names, by which the target state is satisfied. They are executed sequentially in an order this method returns, then target scene call will be performed in order to check if the desired state is really satisfied.
      Returns:
      A sequence of scene names.
      Default:
      {}