@ArgAutoOperate({
@AutoOperate(value = "list", type = A.class),
@AutoOperate(value = "b", type = B.class)
})
public void doSomething(List list, B b) {
// do something
}
or:
public void doSomething(
@AutoOperate(value = "list", type = A.class) List list,
@AutoOperate(value = "b", type = B.class) B b) {
// do something
}
NOTE:The annotation configuration on the parameter
takes precedence over the annotation configuration on the method.ArgAutoOperate) need process.ContainerMethod,
upgrade it to a cacheable container.Assemble.propTemplates() by specifying the annotated class.Copyright © 2023. All rights reserved.