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

graphql.kickstart.autoconfigure.editor.EditorConstants Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.autoconfigure.editor;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;

@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class EditorConstants {

  public static final String CSRF_ATTRIBUTE_NAME = "_csrf";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy