PL-8191 Limit ability to pass non Serializable classes through service calls with white list

This commit is contained in:
Andrey Subbotin 2017-04-04 16:49:45 +04:00
parent 63d8dde501
commit 8cf633ad43

View File

@ -21,6 +21,8 @@ import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* Indicates that method argument or return type
* isn't serialized during local service invocation and passed by reference
* For internal use only.
*/
@Target({ElementType.PARAMETER, ElementType.METHOD})