mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Fix typo
This commit is contained in:
parent
64af5e2856
commit
76a99be813
@ -25,9 +25,8 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* This annotation marks a method as a "virtual" whose value is computed by
|
||||
* using the method itself rather than retrieving it like a physical column
|
||||
* from the database.
|
||||
* This annotation marks a method as a "virtual" column whose value is computed by
|
||||
* using the method itself rather than retrieving it from the database like a physical column.
|
||||
*
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user