369370371372373374375
/** * Create an instance of {@link Variant } * */ public Variant createVariant() { return new Variant(); }