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

com.laamella.gencodegen.java.Fields Maven / Gradle / Ivy

The newest version!
package com.laamella.gencodegen.java;

import com.laamella.gencodegen.core.UniqueListBlock;

/**
 * The block just after starting a class. Here you can add fields with "addObject"
 */
public class Fields extends UniqueListBlock {
	public Fields(int indent) {
		super(indent);
	}

	@Override
	protected Fields newBlock(int indent) {
		return new Fields(indent);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy