@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface LazyGroup
For use with bytecode-enhanced lazy-loading support.
<p/>
Identifies grouping for performing lazy attribute loading. By default all
non-collection attributes are loaded in one group named "DEFAULT".
This annotation allows defining different groups of attributes to be
initialized together when access one attribute in the group.
public abstract String value
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.