org.openprovenance.prov.template.log2prov.interfaces.ProxyLoggerInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template-compiler Show documentation
Show all versions of prov-template-compiler Show documentation
A template system for PROV bundles.
The newest version!
package org.openprovenance.prov.template.log2prov.interfaces;
// This interface is useful to invoke method on generated classes, by means of the ProxyManagement class, without having to share any package/classes.
public interface ProxyLoggerInterface {
Object[] getBuilders();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy