@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface BodySize
If no @BodySize
has been applied, the default values
height:100vh
and width:100%
will be used, so the body will
fill the entire viewport. If you don't want to set any size for the body, you
must apply an empty @BodySize
annotation to disable the default
values.
Copyright © 2021. All rights reserved.