org.eclipse.lyo.oslc4j.core.annotation
Annotation Type OslcMaxSize


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OslcMaxSize


Required Element Summary
 int value
          For String properties only, specifies maximum characters allowed.
 

Element Detail

value

public abstract int value
For String properties only, specifies maximum characters allowed. If not set, then there is no maximum or maximum is specified elsewhere.



Copyright © 2013. All rights reserved.