@Documented @Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) public @interface Mapper
How to use:
@Mapper public interface UserMapper { // ... }
Copyright © 2009–2024. All rights reserved.