An RPC from which you can get a value. @since 1.1
| 137 | * @since 1.1 |
| 138 | */ |
| 139 | public interface HasValue { |
| 140 | /** |
| 141 | * Returns the value contained in this RPC. |
| 142 | * <p> |
| 143 | * <strong>DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.</strong> |
| 144 | * @return the value contained in this RPC. |
| 145 | */ |
| 146 | public byte[] value(); |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * An RPC from which you can get multiple values. |
no outgoing calls
no test coverage detected
searching dependent graphs…