Annotation 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
-
Element Details
-
value
String[] valueReturns 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:
{}
-