All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.firelcw.annotation.Post Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.github.firelcw.annotation;



import com.github.firelcw.model.ContentType;

import java.lang.annotation.*;

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Post {
    String value() default "";
    String contentType() default ContentType.APPLICATION_JSON;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy