|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Required Element Summary | |
---|---|
String |
name
|
Optional Element Summary | |
---|---|
String |
defaultValue
|
Element Detail |
---|
public abstract String name
public abstract String defaultValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |