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

com.remondis.remap.utils.propertywalker.VisitorFunction Maven / Gradle / Ivy

package com.remondis.remap.utils.propertywalker;

public interface VisitorFunction {
  public void consume(PropertyAccess access);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy