Package com.google.gerrit.server
Annotation Interface Sequence.LightweightGroups
- Enclosing interface:
- Sequence
@Target({FIELD,PARAMETER,METHOD})
@Retention(RUNTIME)
public static @interface Sequence.LightweightGroups
Some callers cannot get the normal
Sequence.NAME_GROUPS
sequence injected because some injected
fields are not available at injection time. Allow for providing a light-weight injected
instance.