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

com.elypia.commandler.annotations.IgnoreGlobal Maven / Gradle / Ivy

The newest version!
package com.elypia.commandler.annotations;

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoreGlobal {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy