Skip to content

Commit

Permalink
Add noimplement and noextend annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
Rob Stryker committed Sep 19, 2023
1 parent 80759d2 commit 75fb0ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* IContainerSnapshot is a lightweight description that describes a container to
* be created.
*
* This class is not intended to be instantiated by clients.
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.20
*/
public interface IContainerSnapshot extends IResourceSnapshot {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* IMarkerSnapshot is a lightweight snapshot of a marker for the purposes of
* undoing.
*
* This class is not intended to be instantiated by clients.
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.20
*/
public interface IMarkerSnapshot {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* IResourceSnapshot is a lightweight snapshot that describes the common
* attributes of a resource to be created.
*
* This class is not intended to be extended by clients.
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.20
*
*/
Expand Down

0 comments on commit 75fb0ca

Please sign in to comment.