bxt.annotation.Interactive Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bxt Show documentation
Show all versions of bxt Show documentation
Command-line tools for Amazon Web Services
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 {}