@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface GET
This annotation marks the methods as an external command resource using the GET method. The resource name is the name of the method.
Note: Marking methods with multiple, conflicting annotations may result in an undefined behavior.
Copyright © 2017. All rights reserved.