Package | Description |
---|---|
org.apache.sling.feature.extension.apiregions.api |
Modifier and Type | Method and Description |
---|---|
DeprecationInfo |
Deprecation.getPackageInfo()
Get the optional package info if the package is deprecated
|
Modifier and Type | Method and Description |
---|---|
Map<String,DeprecationInfo> |
JDKDeprecationExtension.getMemberInfos()
Get all deprecation member infos
|
Map<String,DeprecationInfo> |
Deprecation.getMemberInfos()
Get all deprecation member infos
|
Modifier and Type | Method and Description |
---|---|
void |
JDKDeprecationExtension.addMemberInfo(String member,
DeprecationInfo i)
Add deprecation info for a member
|
void |
Deprecation.addMemberInfo(String member,
DeprecationInfo i)
Add deprecation info for a member
|
void |
Deprecation.setPackageInfo(DeprecationInfo i)
Set the deprecation info for the whole package
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.