@Documented @Retention(value=RUNTIME) public @interface Comfort
Indicates that the property or method is only supported in the comfort profile.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?>[] |
ifParent
Restriction indicating that this Profile applies when used with in these parent classes.
|
public abstract java.lang.Class<?>[] ifParent
Restriction indicating that this Profile applies when used with in these parent classes.
Copyright © 2014-2018 Konik.io. All Rights Reserved.