This commit is contained in:
Francesco 2023-10-03 11:15:49 +02:00
parent 64af5e2856
commit 76a99be813

View File

@ -25,9 +25,8 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target; import java.lang.annotation.Target;
/** /**
* This annotation marks a method as a "virtual" whose value is computed by * This annotation marks a method as a "virtual" column whose value is computed by
* using the method itself rather than retrieving it like a physical column * using the method itself rather than retrieving it from the database like a physical column.
* from the database.
* *
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)