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

org.bsc.function.Consumer Maven / Gradle / Ivy

Go to download

A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

There is a newer version: 5.1-jdk8
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package org.bsc.function;

/**
 *
 * @author bsorrentino
 * @param 
 */
public interface Consumer {
    
    void accept(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy