Passive Aggressive Annotation Framework
github.com1 ポイント投稿者 tdons0 コメント
interface MyRepository {
Page<SomeObject> findEntitiesByIdAndCreatedAtAfterOrderByCreatedAtDesc(int id, Instant after, Pageable page);
}
This abstracts away executing a query along the lines of:
select * from entities where id = $1 and created_at >= $2 order by created_at desc
1. downloading the binary
2. jailbreaking the phone to extract the binary (pretty sure this is necessary on iOS)
3. check the version of the binary, then compile the original sources of the version
4. ??? compare the two binaries, this is likely the most difficult part, they won't be identical because of things like codesigning (and build flags, timestamps, ...)
I know noone that does this.