@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface POST
This annotation marks the methods as an external command resource using the POST 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.