Uses of Class
org.hotswap.agent.versions.Restriction
-
Packages that use Restriction Package Description org.hotswap.agent.versions -
-
Uses of Restriction in org.hotswap.agent.versions
Fields in org.hotswap.agent.versions declared as Restriction Modifier and Type Field Description static RestrictionRestriction. EVERYTHINGThe Constant EVERYTHING.static RestrictionRestriction. NONEThe Constant NONE.Methods in org.hotswap.agent.versions that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>VersionRange. getRestrictions()Gets the restrictions.
-