Changes and additional files for RMI profiling
[iot2.git] / localconfig / iotpolicy / development / testclasspolicy_profiling.pol
1 public interface TestClassInterface {
2
3         public byte[] getByteArray(byte in[]);
4
5         capability All {
6                 description = "All";
7                 method = "getByteArray(byte in[])";
8         }
9 }
10
11