Annotation Type PostLoad


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PostLoad
    Called after the data has been loaded into the java object.
    Author:
    Scott Hernandez