I've created a method that uses reflection to execute getters over an object, but I need to know if the class is native to JAVA, for example: java.lang.String , or if it was implemented by the user: br.com.foo.bar .
In PHP I can tell if it...
asked by
30.07.2015 / 19:08