Clarify intend.

This commit is contained in:
Michael Lipp 2025-04-14 21:39:35 +02:00
parent 6ef4c2aaa2
commit 7d298ce24b
2 changed files with 2 additions and 0 deletions

View file

@ -240,6 +240,7 @@ public class K8sClusterGenericStub<O extends KubernetesObject,
* @param <L> the object list type
* @param <R> the result type
*/
@FunctionalInterface
public interface GenericSupplier<O extends KubernetesObject,
L extends KubernetesListObject,
R extends K8sClusterGenericStub<O, L>> {

View file

@ -359,6 +359,7 @@ public class K8sGenericStub<O extends KubernetesObject,
* @param <L> the object list type
* @param <R> the result type
*/
@FunctionalInterface
public interface GenericSupplier<O extends KubernetesObject,
L extends KubernetesListObject, R extends K8sGenericStub<O, L>> {