edu.cmu.cs.crystal.annotations
Annotation Type UseAnalyses


@Retention(value=RUNTIME)
public @interface UseAnalyses

An annotation that indicates which analyses should be used to test this file.

Author:
Nels E. Beckman

Required Element Summary
 java.lang.String[] value
          The set of analyses to run.
 

Element Detail

value

public abstract java.lang.String[] value
The set of analyses to run.