mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +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;
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user