1 //******************************************************************
3 // Copyright 2014 Intel Corporation All Rights Reserved.
4 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6 package com.oc.annotations;
10 * Base OCMethod Interface. Integral piece used to describe a resource's functionality OTA.
13 public @interface OCMethod {
14 String name() default "";