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

com.wccgroup.coloja.IgnorableMethod Maven / Gradle / Ivy

Go to download

Helper class to improve code coverage for lombok annotatated Data and Value classes

There is a newer version: 0.9
Show newest version
package com.wccgroup.coloja;

import lombok.*;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class IgnorableMethod
{
	private Class clazz;
	private String method;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy