Skip to content

Instantly share code, notes, and snippets.

@yawnt
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawnt/f6d5d0b84330b1a49e7b to your computer and use it in GitHub Desktop.
Save yawnt/f6d5d0b84330b1a49e7b to your computer and use it in GitHub Desktop.
┌[yawnt@xantico] [/dev/pts/2] [git|v2.3.9]
└[~/Code/akka]> fgrep -ri "java.lang.reflect" akka-actor | cut -d':' -f2
import java.lang.reflect.{ Array ⇒ JArray }
import java.lang.reflect.Constructor
import java.lang.reflect.Type
import java.lang.reflect.ParameterizedType
import java.lang.reflect.InvocationTargetException
@tailrec def clearFirst(fields
import java.lang.reflect.Constructor
import java.lang.reflect.Modifier
import java.lang.reflect.ParameterizedType
import java.lang.reflect.TypeVariable
import java.lang.reflect.{ InvocationTargetException, Method, InvocationHandler, Proxy }
import java.lang.reflect.ParameterizedType
import java.lang.reflect.ParameterizedType
POI
sun.misc.Unsafe
POI
Class.cast() -> dovrebbe aver fixato Doeraene, vedi https://github.com/scala-js/scala-js/issues/1653
Class.forName
Class.getClassLoader
Class.getComponentType
Class.getDeclaredConstructor
Class.getDeclaredConstructors
Class.getDeclaredField
Class.getDeclaredField
Class.getDeclaredMethod
Class.getDeclaringClass
Class.getEnclosingClass
Class.getModifiers
Class.getGenericInterfaces
Class.getInterfaces
Class.getMethod
Class.getName
Class.getSuperclass
Class.isAssignableFrom
Class.isArray
Class.isInstance
Class.isInterface
Class.isPrimitive
Class.newInstance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment