Class ValueAnnotationMetadataBuilder
- java.lang.Object
-
- com.github.egoettelmann.annotationprocessor.spring.value.core.ValueAnnotationMetadataBuilder
-
public class ValueAnnotationMetadataBuilder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueAnnotationMetadatabuild()ValueAnnotationMetadataBuilderdescription(String description)static ValueAnnotationMetadataBuilderof(String rawValue)ValueAnnotationMetadataBuildersourceType(String sourceType)ValueAnnotationMetadataBuildertype(String type)
-
-
-
Method Detail
-
of
public static ValueAnnotationMetadataBuilder of(String rawValue)
-
type
public ValueAnnotationMetadataBuilder type(String type)
-
description
public ValueAnnotationMetadataBuilder description(String description)
-
sourceType
public ValueAnnotationMetadataBuilder sourceType(String sourceType)
-
build
public ValueAnnotationMetadata build()
-
-