This commit is contained in:
Timo Westkämper 2010-08-08 14:51:27 +00:00
parent 62b035a74f
commit 677aa87ec2
2 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,6 @@ import static com.mysema.codegen.Symbols.SEMICOLON;
import java.io.IOException;
/**
* @author tiwe
*

View File

@ -9,6 +9,10 @@ import java.util.Collection;
import net.jcip.annotations.Immutable;
/**
* @author tiwe
*
*/
@Immutable
public final class Constructor {