Annotation Type DeserializationInitializer


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface DeserializationInitializer
    Annotation used to indicates that annotated method should be called immediately after the object has been created in a deserialization phase
    Method might take no argument, or also may take the PamelaModelFactory as argument