Module me.sbasalaev.tybyco
Package me.sbasalaev.tybyco.descriptors
Class JvmAnnotation.ArrayBuilder<Outer extends JvmAnnotation.Builder<?>,Type>
java.lang.Object
me.sbasalaev.tybyco.descriptors.JvmAnnotation.ArrayBuilder<Outer,Type>
- Type Parameters:
Outer- type of the outer builder returned byend().Type- type of the array elements.
- Enclosing class:
JvmAnnotation
public static final class JvmAnnotation.ArrayBuilder<Outer extends JvmAnnotation.Builder<?>,Type>
extends Object
Builder of arrays of primitive values.
-
Method Summary
Modifier and TypeMethodDescriptionAdds given value to the value array.Adds all given values to the value array.end()Adds array of values to the outer builder and returns it.
-
Method Details
-
add
Adds given value to the value array.- Returns:
- this biulder.
-
add
Adds all given values to the value array.- Returns:
- this biulder.
-
end
Adds array of values to the outer builder and returns it.
-