Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to add methods to java.lang.String

Correction to the code posted earlier.

public class Point{} 
------------------
Should be:
----------------
public final class Point{} 


--
View this message in context: http://aspectj.2085585.n4.nabble.com/How-to-add-methods-to-java-lang-String-tp4650376p4650377.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top