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

com.manydesigns.portofino.pageactions.log.LogAccesses Maven / Gradle / Ivy

There is a newer version: 4.2.12
Show newest version
package com.manydesigns.portofino.pageactions.log;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD, ElementType.TYPE })
@Inherited
@Documented
public @interface LogAccesses {

    boolean value() default true;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy