de.saar.chorus.domgraph.codec
Annotation Type CodecOption


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface CodecOption

An annotation type for adding metadata to codec options. Each parameter of the codec constructor must carry an annotation of this type. Use it to specify a name and a default value for the parameter.

Author:
Alexander Koller

Required Element Summary
 String name
           
 
Optional Element Summary
 String defaultValue
           
 

Element Detail

name

public abstract String name

defaultValue

public abstract String defaultValue
Default:
""