// @formatter:off /* * Unlicensed, generated by javafx.ftl */ package org.controlsfx.control; /** * {@link Notifications}建構器。 * * @author JarReflectionDataLoader-1.0.0 * @version controlsfx-8.40.12.jar * @param <Z> 要建構的物件型態(需繼承{@link Notifications}) * @param <B> 建構器本身的型態(需繼承{@link NotificationsMaker}) */ @javax.annotation.Generated("Generated by javafx.ftl") @SuppressWarnings("all") public class NotificationsMaker<Z extends Notifications, B extends NotificationsMaker<Z, B>> extends jxtn.jfx.makers.AbstractMaker<Z, B> implements NotificationsMakerExt<Z, B> { @Override public void applyTo(Z instance) { super.applyTo(instance); } }