Searched refs:producesAnnotation (Results 1 – 3 of 3) sorted by relevance
80 Produces producesAnnotation = producesMethodElement.getAnnotation(Produces.class); in validate() local81 checkArgument(producesAnnotation != null); in validate()109 if (!producesAnnotation.type().equals(Produces.Type.MAP) in validate()117 switch (producesAnnotation.type()) { in validate()
111 Produces producesAnnotation = producesMethod.getAnnotation(Produces.class); in forProducesMethod() local112 checkArgument(producesAnnotation != null); in forProducesMethod()137 producesAnnotation.type(), in forProducesMethod()
235 Produces producesAnnotation = method.getAnnotation(Produces.class);236 checkArgument(producesAnnotation != null);248 Optional.of(producesAnnotation.type()));