com.gargoylesoftware.htmlunit.javascript.configuration
Annotation Type CanSetReadOnly


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

An annotation to check of whether this getter read-only method allows to set the value, ignore it, or throw an exception.

Version:
$Revision: 7387 $
Author:
Ahmed Ashour

Optional Element Summary
 CanSetReadOnlyStatus value
          The status.
 

value

public abstract CanSetReadOnlyStatus value
The status.

Default:
com.gargoylesoftware.htmlunit.javascript.configuration.CanSetReadOnlyStatus.YES


Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.