@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface MediaListAppend
Labels a method as one used to append an element to an AAF-type variable length array of the given property name. The labelled method should have a signature like:
public void append<propertyName>(
<arrayElementType> value)
public abstract String value
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.