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

name.remal.gradle_plugins.toolkit.testkit.functional.SuppressedMessage Maven / Gradle / Ivy

There is a newer version: 0.67.1
Show newest version
package name.remal.gradle_plugins.toolkit.testkit.functional;

import javax.annotation.Nullable;
import lombok.Builder;
import lombok.Builder.Default;
import lombok.Value;

@Value
@Builder
public class SuppressedMessage {

    @Default
    boolean startsWith = false;

    String message;

    @Nullable
    @Default
    String stackTracePrefix = null;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy