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

org.noos.common.element.ElementParser Maven / Gradle / Ivy

The newest version!
package org.noos.common.element;

import org.noos.common.context.Context;

/**
 * @author Angelo De Caro ([email protected])
 */
public interface ElementParser {

    boolean parse(E e, Context context);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy