Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 248 Bytes

hint4.md

File metadata and controls

11 lines (9 loc) · 248 Bytes

Hint 4

   @Override
   public Object getObjectInstance (Object obj, Name name, Context nameCtx, Hashtable<?, ?> environment)
           throws Exception {
       System.out.println(“HACKED AT DEVOXXUK”)
       return  null;
   }