com.continuent.tungsten.common.utils
Annotation Type TraceVectorArgDesc


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface TraceVectorArgDesc

This class defines an annotation element that can be used to embed information about trace vectors directly in the code that is being tested. This allows developers to add new fault injection, etc, more easily.

Version:
1.0
Author:
Edward Archibald

Required Element Summary
 TraceVectorComponent component
           
 
Optional Element Summary
 java.lang.String category
           
 java.lang.String description
           
 

Element Detail

component

public abstract TraceVectorComponent component

description

public abstract java.lang.String description
Default:
""

category

public abstract java.lang.String category
Default:
""