
com.dslplatform.json.processor.AnnotationUsage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-json Show documentation
Show all versions of dsl-json Show documentation
DSL Platform compatible Java JSON library (https://dsl-platform.com)
The newest version!
package com.dslplatform.json.processor;
public enum AnnotationUsage {
EXPLICIT,
IMPLICIT,
NON_JAVA
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy