aQute.openapi.example.petstore.user.ProvideGeneratedUser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.openapi.example.petstore Show documentation
Show all versions of biz.aQute.openapi.example.petstore Show documentation
biz.aQute.openapi.example.petstore
package aQute.openapi.example.petstore.user;
import java.lang.annotation.Target;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Retention;
import org.osgi.annotation.bundle.Capability;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Capability(namespace="aQute.openapi", effective="active", name="aQute.openapi.example.petstore.user.GeneratedUser", version="1.0.1")
public @interface ProvideGeneratedUser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy