io.quarkus.elytron.security.common.runtime.graal.DummyForJavadoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-elytron-security-common Show documentation
Show all versions of quarkus-elytron-security-common Show documentation
Common components to secure your applications via Elytron
package io.quarkus.elytron.security.common.runtime.graal;
/**
* Quick workaround to have at least one public class and generate a Javadoc jar.
*/
public class DummyForJavadoc {
}