org.cloudfoundry.client.lib.domain.annotation.GenerationStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudfoundry-client-lib Show documentation
Show all versions of cloudfoundry-client-lib Show documentation
A Cloud Foundry client library for Java
The newest version!
package org.cloudfoundry.client.lib.domain.annotation;
import org.immutables.value.Value;
@Value.Style(depluralize = true, typeImmutable = "Immutable*", typeImmutableNested = "Immutable*", visibility = Value.Style.ImplementationVisibility.PUBLIC)
public @interface GenerationStyle {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy