Package com.iconloop.score.test
Annotation Type TExternal
-
@Target(METHOD) @Retention(RUNTIME) public @interface TExternal
@TExternal
is used in the generated SCORE class byGenerateTScore
. Represent that the method is an exported method.
@Target(METHOD)
@Retention(RUNTIME)
public @interface TExternal
@TExternal
is used in the generated SCORE class by GenerateTScore
.
Represent that the method is an exported method.