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

com.greenhat.aop.annotation.Aspect Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package com.greenhat.aop.annotation;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Aspect {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy