annotation.java.lang
Class StringLength

java.lang.Object
  extended by annotation.java.lang.StringLength

public abstract class StringLength
extends Object

this class is used to be able to annotate the String.length() method.

Author:
acraciun

Constructor Summary
StringLength()
           
 
Method Summary
abstract  int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringLength

public StringLength()
Method Detail

length

public abstract int length()


Copyright © 2013. All Rights Reserved.