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

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

There is a newer version: 1.1.0
Show newest version
package com.jquicker.annotation.aop;

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

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

	// 切面,可以是任意对象
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy