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

hugo.weaving.DebugLog Maven / Gradle / Ivy

The newest version!
package hugo.weaving;

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

import static java.lang.annotation.ElementType.CONSTRUCTOR;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;

@Target({TYPE, METHOD, CONSTRUCTOR}) @Retention(CLASS)
public @interface DebugLog {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy