@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface KeyGenerator
Annotation.toString()
)
When used on Methods, all returned values of all methods will be aggregated (if returned values are not a string the method defined by the annoation value will be used).
The Type annotation will be used first.public abstract String value
Annotation.toString()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.