runeflobakk / motif

A Java library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
6 stars 0 forks source link

Fn<Class, String> Reflect.packageName #34

Closed runeflobakk closed 10 years ago

runeflobakk commented 10 years ago

Fn to get the packagename of a class. May be combined as a Fn<Class, Package> and Fn<Package, String>.