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


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

Require that the typestate is in one of the states that is mention in isIn.

Author:
Daniel Wand (typestate@ewand.de)

Required Element Summary
 java.lang.String[] isIn
           
 

Element Detail

isIn

public abstract java.lang.String[] isIn