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 a YAPIONValue.

    YAPIONPrimitives:
    - String
    - char or Character
    - boolean or Boolean
    - byte or Byte
    - short or Short
    - int or Integer
    - long or Long
    - BigInteger
    - float or Float
    - double or Double
    - BigDecimal