Package yapion.annotations.api
Annotation Type YAPIONPrimitive
-
@Retention(CLASS) @Target(TYPE_PARAMETER) public @interface YAPIONPrimitive
This annotation describes that any YAPIONPrimitive is allowed as parameter. A YAPIONPrimitive is anything you can store in aYAPIONValue
.
YAPIONPrimitives:
-String
- char orCharacter
- boolean orBoolean
- byte orByte
- short orShort
- int orInteger
- long orLong
-BigInteger
- float orFloat
- double orDouble
-BigDecimal