org.mapstruct.ap.internal.util.ImmutablesConstants Maven / Gradle / Ivy
/*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.internal.util;
/**
* Helper for holding Immutables FQN.
*
* @author Filip Hrisafov
*/
public class ImmutablesConstants {
public static final String IMMUTABLE_FQN = "org.immutables.value.Value.Immutable";
private ImmutablesConstants() {
}
}