Uses of Class
org.immutables.value.processor.meta.ImmutableRound.Builder
Packages that use ImmutableRound.Builder
-
Uses of ImmutableRound.Builder in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableRound.BuilderModifier and TypeMethodDescriptionfinal ImmutableRound.BuilderImmutableRound.Builder.addAllAnnotations(Iterable<? extends TypeElement> elements) Adds elements toannotationsset.final ImmutableRound.BuilderImmutableRound.Builder.addAllCustomImmutableAnnotations(Iterable<String> elements) Adds elements tocustomImmutableAnnotationsset.final ImmutableRound.BuilderImmutableRound.Builder.addAnnotations(TypeElement element) Adds one element toannotationsset.final ImmutableRound.BuilderImmutableRound.Builder.addAnnotations(TypeElement... elements) Adds elements toannotationsset.final ImmutableRound.BuilderImmutableRound.Builder.addCustomImmutableAnnotations(String element) Adds one element tocustomImmutableAnnotationsset.final ImmutableRound.BuilderImmutableRound.Builder.addCustomImmutableAnnotations(String... elements) Adds elements tocustomImmutableAnnotationsset.static ImmutableRound.BuilderImmutableRound.builder()Creates a builder forImmutableRound.final ImmutableRound.BuilderImmutableRound.Builder.processing(ProcessingEnvironment processing) Initializes the value for theprocessingattribute.final ImmutableRound.BuilderImmutableRound.Builder.round(RoundEnvironment round) Initializes the value for theroundattribute.