![JAR search and dependency download from the Maven repository](/logo.png)
com.frameworkx.annotation.DubboArgument Maven / Gradle / Ivy
package com.frameworkx.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface DubboArgument {
public boolean callback() default false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy