put and return value @param value must be annotated by MethodAccess
(Object value)
| 676 | * @param value must be annotated by {@link MethodAccess} |
| 677 | */ |
| 678 | default Object put(Object value) { |
| 679 | Class<?> clazz = value.getClass(); //should not return null |
| 680 | if (clazz.getAnnotation(MethodAccess.class) == null) { |
| 681 | throw new IllegalArgumentException("puts StringUtil.isEmpty(key, true)" + |
no outgoing calls
no test coverage detected