
org.wildfly.clustering.marshalling.protostream.ClassLoaderMarshaller Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.marshalling.protostream;
/**
* A marshaller for the fields of a {@link ClassLoader}.
* @author Paul Ferraro
*/
public interface ClassLoaderMarshaller extends FieldSetMarshaller.Simple {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy