scala - Use custom classloader to transform loaded bytecode -


i'd define classloader selectively add methods loaded classes. i've searched tutorials found no suitable example.

there things unclear process.

  1. what class should extend define custom class loader? scala uses own classloader, should differ java examples

  2. how can tell sbt use custom classloader?

  3. how bootstrap scala correctly? want use scala system classloader loading scala classes requires classloader beforehand.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -