net.sf.eos
Annotation Type Unsupported


@Experimental
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Unsupported

Annotates a method as unsupported. Useful for example Iterator instances which doesn't support the Iterator.remove() method.

Such an annotated method should throw a UnsupportedOperationException.

Note: experimental

Since:
0.1.0
Author:
Sascha Kohlmann



Copyright © 2008. All Rights Reserved.