mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
PL-8191 Limit ability to pass non Serializable classes through service calls with white list
This commit is contained in:
parent
63d8dde501
commit
8cf633ad43
@ -21,6 +21,8 @@ import java.lang.annotation.Retention;
|
|||||||
import java.lang.annotation.Target;
|
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.
|
* For internal use only.
|
||||||
*/
|
*/
|
||||||
@Target({ElementType.PARAMETER, ElementType.METHOD})
|
@Target({ElementType.PARAMETER, ElementType.METHOD})
|
||||||
|
Loading…
Reference in New Issue
Block a user