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