src.org.python.expose.ExposeAsSuperclass Maven / Gradle / Ivy
package org.python.expose;
/**
* Marker interface that indicates this class and all of its subclasses should be exposed to Python
* with the same Python type as its superclass.
*/
public interface ExposeAsSuperclass {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy