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

org.iartisan.runtime.web.annotation.WebLog Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.web.annotation;

import java.lang.annotation.*;


@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WebLog {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy