<@U2W6BJ91R> The code I posted works. Why shouldn'...
# getting-started
s
@okkero The code I posted works. Why shouldn't it? 🙂 The annotation targets fields, it's defined like this:
Copy code
@Target(FIELD)
@Retention(RUNTIME)
public @interface DatabaseField