Hi Simo,
2013/2/6 Simone Tripodi <[email protected]>
> Guten Morgen,
>
> > + /**
> > + * Use a custom {@link ClassLoader} for loading the class.
> > + *
> > + * @param classLoader the {@link ClassLoader} to load the class.
> > + * @return the {@link ClassAccessor} for the class being loaded.
> > + */
> > ClassAccessor<?> loadWithClassLoader( ClassLoader classLoader );
>
> I think we can reduce this sentence to `loadWith( ClassLoader
> classLoader )` since the ClassLoader is the object, WDYT?
> best,
> -Simo
>
Definitely a good idea. This is what we did for other parts of the API as
well.
Benedikt
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>