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