de.unisaarland.cs.st.jerify.verifier.quals
Annotation Type ChangeState


@TypeQualifier
@Inherited
@SubtypeOf(value={})
public @interface ChangeState

Annotate methods with this to signaling a change of the typestate of the receiver. The typestate will change from the from state to the to states.

Author:
Daniel Wand (typestate@ewand.de)

Required Element Summary
 java.lang.String from
           
 java.lang.String[] to
           
 

Element Detail

from

public abstract java.lang.String from

to

public abstract java.lang.String[] to