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

com.google.sitebricks.conversion.ConverterAdaptor Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.conversion;

/**
 * @author John Patterson ([email protected])
 */
abstract class ConverterAdaptor implements Converter {
  @Override
  public S from(T target) {
    return null;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy