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

com.happy3w.toolkits.convert.AbstractBiTci Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.happy3w.toolkits.convert;

import lombok.Getter;

@Getter
public abstract class AbstractBiTci extends TciKey implements IBiTypeConvertItem {
    public AbstractBiTci(Class sourceType, Class targetType) {
        super(sourceType, targetType);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy