com.wccgroup.coloja.IgnorableMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coloja Show documentation
Show all versions of coloja Show documentation
Helper class to improve code coverage for lombok annotatated Data and Value classes
package com.wccgroup.coloja;
import lombok.*;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class IgnorableMethod
{
private Class> clazz;
private String method;
}