Package com.github.siroshun09.configapi.core.serialization.annotation
package com.github.siroshun09.configapi.core.serialization.annotation
A package for annotations that specify the default value or specify the type of collection/map.
-
ClassDescriptionAn annotation for specifying the element type of the collection.An annotation for specifying the default comment.An annotation for specifying the default boolean value.An annotation for specifying the default byte value.An annotation for specifying the default byte value.An annotation for specifying the default double value.An annotation for specifying the default enum value.An annotation to get a default value from the field.An annotation for specifying the default float value.An annotation for specifying the default int value.An annotation for specifying the default long value.An annotation for specifying the default key to put the default value to the map.An annotation to get a default value from the method.An annotation for specifying
null
as the default value.An annotation for specifying the default short value.An annotation for specifying the defaultString
value.An annotation for indicating the annotated field must be processed as "inline".An annotation for specifying the type of the key/value of the map.