@Target(value={PARAMETER,FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Documented public @interface DisplayName
Use this annotation to override the default inferred nickname for a Parameter, an operation, an operation's parameter,
Source, Configuration and ConnectionProvider.
public abstract String value
Copyright © 2021. All rights reserved.