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

flow.typebased.TypeRef Maven / Gradle / Ivy

package flow.typebased;

import flow.Dependency;
import lombok.Data;

/**
 * small wrapper around a class-type.
 */
@Data
public class TypeRef implements Dependency {

	private final Class type;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy