@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Inherited public @interface Property
@RestResource.properties()
annotation.
Any of the properties defined on any of the serializers or parsers can be defined.
Property values types that are not Strings
will automatically be converted to the correct type
(e.g. Boolean
, etc...).
Copyright © 2018 Apache. All rights reserved.