@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface PlatformServiceMethod
value()
For example, this annotated java inerface method:
@PlatformServiceMethod("SomeMethod")
Object someMethod(Object[] args)
will be mapped to SomeMethod, for example (.NET service):
object SomeMethod(object[] args)
public abstract String value
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025