Friday, September 27, 2013

Sanitation



/**
 *
 * The (w)men is not what he put inside, but
 * what came outside.
 *
 * @josecanovamauger
 *
 */
package org.nanotek.util;

public interface Sanitation<W> {

          public void sanitate(W what); //apply a sanitary.

}