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

io.github.llewvallis.commandbuilder.AutoCommandFactory Maven / Gradle / Ivy

The newest version!
package io.github.llewvallis.commandbuilder;

import java.lang.annotation.*;

/**
 * Marks a method as being used in conjunction with {@link AutoCommand} as a way to create {@link TopLevelCommand}s and
 * {@link CompositeTopLevelCommand}s.
 *
 * This annotation has no effect, but it is recommended as a form of documentation.
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AutoCommandFactory { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy