@Documented @Target(value={FIELD,PARAMETER,METHOD}) public @interface AAFString
Labels a string of Unicode characters.
Java strings and AAF strings both use 2-byte Unicode characters. Although the AAF name for
this type is String, the annotation AAFString is used here
to avoid confusion with the core Java class String.
Original C type name: aafString_t
C base type: aafCharacter *
Java base type: String
TypeDefinitionString,
TypeDefinitions.UTF16String(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.