注释类型 ModeledStaticMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledStaticMethodUsed to identify methods that model behavior for static methods of a class modeled inModel.
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 java.lang.StringdescriptorThe descriptor of the modeled method.java.lang.StringnameThe name of the modeled method.
-