@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public static @interface ParamConverter.Lazy
default value
delegated
to a parameter converter
annotated with @Lazy
annotation SHOULD occur only once the value is actually required (e.g. to be
injected for the first time).Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.