org.codehaus.backport175
Interface DefaultValue


public interface DefaultValue

The annotation to use for annotation default value.

Since annotation default value are typed according to the annotation element, there is no element named "value()" with a given type here. The type will be determined at compile time based on the annotation element type itself that has this default value.

Author:
Alexandre Vasseur