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

com.owl.comment.annotations.OwlBackToObject Maven / Gradle / Ivy

package com.owl.comment.annotations;

import java.lang.annotation.*;

/**
 * 改为指定的返回值类型
 * @author engwen
 * email [email protected]
 * 2018/12/10.
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface OwlBackToObject {
    String classPath() default "";

    String msg() default "";

    String code() default "";

    String result() default "";

    String data() default "";

    String oldMsg() default "";

    String oldCode() default "";

    String oldResult() default "";

    String oldData() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy