Searched refs:groupAnnotation (Results 1 – 1 of 1) sorted by relevance
167 RequiresFlags groupAnnotation = method.getAnnotation(RequiresFlags.class); in getRequiredFlagStates() local168 return groupAnnotation == null in getRequiredFlagStates()170 : Arrays.stream(groupAnnotation.value()) in getRequiredFlagStates()