Update Javadoc
Change-Id: Ieefd3650c1f11875d22602174a7bdf9537acf0d6
Showing
5 changed files
with
1 additions
and
15 deletions
... | @@ -26,9 +26,6 @@ import static com.google.common.base.Preconditions.checkNotNull; | ... | @@ -26,9 +26,6 @@ import static com.google.common.base.Preconditions.checkNotNull; |
26 | /** | 26 | /** |
27 | * Represents a resource path which specifies a resource which can be measured | 27 | * Represents a resource path which specifies a resource which can be measured |
28 | * as continuous value. Bandwidth of a link is an example of the resource. | 28 | * as continuous value. Bandwidth of a link is an example of the resource. |
29 | - * <p> | ||
30 | - * Note: This class is exposed to the public, but intended to be used in the resource API | ||
31 | - * implementation only. It is not for resource API user. | ||
32 | */ | 29 | */ |
33 | @Beta | 30 | @Beta |
34 | public final class ContinuousResource implements Resource { | 31 | public final class ContinuousResource implements Resource { | ... | ... |
... | @@ -22,10 +22,7 @@ import java.util.Objects; | ... | @@ -22,10 +22,7 @@ import java.util.Objects; |
22 | import java.util.Optional; | 22 | import java.util.Optional; |
23 | 23 | ||
24 | /** | 24 | /** |
25 | - * ResourceId for {@link ContinuousResource} | 25 | + * ResourceId for {@link ContinuousResource}. |
26 | - * | ||
27 | - * Note: This class is exposed to the public, but intended to be used in the resource API | ||
28 | - * implementation only. It is not for resource API user. | ||
29 | */ | 26 | */ |
30 | @Beta | 27 | @Beta |
31 | public final class ContinuousResourceId extends ResourceId { | 28 | public final class ContinuousResourceId extends ResourceId { | ... | ... |
... | @@ -27,10 +27,6 @@ import static com.google.common.base.Preconditions.checkNotNull; | ... | @@ -27,10 +27,6 @@ import static com.google.common.base.Preconditions.checkNotNull; |
27 | /** | 27 | /** |
28 | * Represents a resource path which specifies a resource which can be measured | 28 | * Represents a resource path which specifies a resource which can be measured |
29 | * as a discrete unit. A VLAN ID and a MPLS label of a link are examples of the resource. | 29 | * as a discrete unit. A VLAN ID and a MPLS label of a link are examples of the resource. |
30 | - * <p> | ||
31 | - * Note: This class is exposed to the public, but intended to be used in the resource API | ||
32 | - * implementation only. It is not for resource API user. | ||
33 | - * </p> | ||
34 | */ | 30 | */ |
35 | @Beta | 31 | @Beta |
36 | public final class DiscreteResource implements Resource { | 32 | public final class DiscreteResource implements Resource { | ... | ... |
... | @@ -26,9 +26,6 @@ import static com.google.common.base.Preconditions.checkNotNull; | ... | @@ -26,9 +26,6 @@ import static com.google.common.base.Preconditions.checkNotNull; |
26 | 26 | ||
27 | /** | 27 | /** |
28 | * ResourceId for {@link DiscreteResource}. | 28 | * ResourceId for {@link DiscreteResource}. |
29 | - * | ||
30 | - * Note: This class is exposed to the public, but intended to be used in the resource API | ||
31 | - * implementation only. It is not for resource API user. | ||
32 | */ | 29 | */ |
33 | @Beta | 30 | @Beta |
34 | public final class DiscreteResourceId extends ResourceId { | 31 | public final class DiscreteResourceId extends ResourceId { | ... | ... |
... | @@ -22,7 +22,6 @@ import java.util.Optional; | ... | @@ -22,7 +22,6 @@ import java.util.Optional; |
22 | 22 | ||
23 | /** | 23 | /** |
24 | * Represents identifier of resource. | 24 | * Represents identifier of resource. |
25 | - * This class is exposed to public, but intended to use only in ResourceStore implementations. | ||
26 | */ | 25 | */ |
27 | @Beta | 26 | @Beta |
28 | public abstract class ResourceId { | 27 | public abstract class ResourceId { | ... | ... |
-
Please register or login to post a comment