@Target(value=METHOD) @Retention(value=SOURCE) public @interface KeyRule
对于无入参且返回类型是Boolean/boolean的公共方法,无需标注,自动注册为KeyRule.
KeyRule
如果想修正,再手工标注.
Example:
class ShipmentOrder { ℗KeyRule(refer = WaybillSourceEnum.class) public WaybillSourceEnum waybillPlatform() {} }
Class[]
actor
String
name
refer
remark
public abstract String name
public abstract String remark
public abstract Class[] actor
重新分配职责的过程.
public abstract Class[] refer
Copyright © 2020–2023. All rights reserved.