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

bxt.annotation.Interactive Maven / Gradle / Ivy

The newest version!
package bxt.annotation;


import javax.inject.Qualifier;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Qualifier
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Interactive {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy