apiKeyRequired in google cloud endpoint not getting resolved
问题 I am creating google cloud endpoint api, I am trying to use apiKeyRequired = AnnotationBoolean.TRUE as an example on https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/appengine/endpoints-frameworks-v2/backend/src/main/java/com/example/echo/Echo.java @ApiMethod(name = "echo_api_key", path = "echo_api_key", apiKeyRequired =AnnotationBoolean.TRUE) public Message echoApiKey(Message message, @Named("n") @Nullable Integer n) { return doEcho(message, n); } My code is this. IDE is