package com.shlanbao.tzsc.utils.extents;
|
|
import java.lang.annotation.Retention;
|
import java.lang.annotation.RetentionPolicy;
|
|
/**
|
* 调用方法执行的结果 true or flase
|
* <li>@author Leejean
|
* <li>@create 2014-6-24 上午11:48:40
|
*/
|
@Retention(RetentionPolicy.RUNTIME)
|
public @interface ExecuteResult {}
|