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

dev.alangomes.springspigot.command.Subcommand Maven / Gradle / Ivy

There is a newer version: 0.20.7
Show newest version
package dev.alangomes.springspigot.command;

import org.springframework.stereotype.Component;
import org.springframework.stereotype.Indexed;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Utility annotation to mark a component as subcommand.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Component
@Indexed
public @interface Subcommand {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy