All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.alauda.kubernetes.api.builder.Visitable Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.builder;


public interface Visitable{


    T accept(io.alauda.kubernetes.api.builder.Visitor visitor);



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy