io.github.sinri.keel.web.http.ApiMetaContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Keel Show documentation
Show all versions of Keel Show documentation
A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.
The newest version!
package io.github.sinri.keel.web.http;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* @since 3.2.12
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface ApiMetaContainer {
ApiMeta[] value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy