@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented public @interface DefaultValue
Java doesn't support parameter default values, so this value is strictly for documentation purpose, so that you as a programmer knows what value to pass in when you'd like to omit the parameter.
This parameter is not used by the com4j runtime.
public abstract String value
Copyright © 2014. All rights reserved.