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

io.github.quickmsg.common.annotation.Headers Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.annotation;

import java.lang.annotation.*;

/**
 * @author luxurong
 */

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface Headers {

    Header[] headers();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy