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

com.hubspot.jinjava.objects.PyWrapper Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package com.hubspot.jinjava.objects;

/**
 * Marker indicating an object is a python wrapper interface.
 *
 * Use this on classes which you don't want automatically wrapped into Py* forms (i.e. List types into PyList)
 *
 * @author jstehler
 */
public interface PyWrapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy