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

net.anotheria.moskito.aop.annotation.withsubclasses.MonitorWithSubClasses Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.aop.annotation.withsubclasses;

import net.anotheria.moskito.aop.annotation.Monitor;

import java.lang.annotation.*;

/**
 * @author bvanchuhov
 */
@Inherited
@Monitor
@Target (ElementType.TYPE)
@Retention (RetentionPolicy.RUNTIME)
public @interface MonitorWithSubClasses {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy