src/javax/xml/transform/Templates.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 35,44 **** --- 35,46 ---- * transformation instructions. * * <p>Templates must be threadsafe for a given instance * over multiple threads running concurrently, and may * be used multiple times in a given session.</p> + * + * @since 1.4 */ public interface Templates { /** * Create a new transformation context for this Templates object.