mirror of https://github.com/jenkinsci/jenkins.git
Fill in since annotations (#10533)
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
This commit is contained in:
parent
daa43ec13d
commit
34075a804f
|
@ -30,5 +30,5 @@ package hudson.model;
|
|||
* @author Kohsuke Kawaguchi
|
||||
* @deprecated Implement {@link Describable} directly.
|
||||
*/
|
||||
@Deprecated(since = "TODO")
|
||||
@Deprecated(since = "2.505")
|
||||
public abstract class AbstractDescribableImpl<T extends AbstractDescribableImpl<T>> implements Describable<T> {}
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.logging.Logger;
|
|||
*
|
||||
* @author Kohsuke Kawaguchi
|
||||
*/
|
||||
@Deprecated(since = "TODO")
|
||||
@Deprecated(since = "2.505")
|
||||
public class Scrambler {
|
||||
private static final Logger LOGGER = Logger.getLogger(Scrambler.class.getName());
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse;
|
|||
/**
|
||||
* Expose {@link hudson.diagnosis.MemoryUsageMonitor#heap} at the {@code /hudson.diagnosis.MemoryUsageMonitor/heap} URL.
|
||||
*
|
||||
* @since TODO
|
||||
* @since 2.505
|
||||
*/
|
||||
@Extension
|
||||
@Restricted(NoExternalUse.class)
|
||||
|
|
|
@ -47,7 +47,7 @@ import org.kohsuke.stapler.StaplerRequest2;
|
|||
/**
|
||||
* Collect information about which URLs in {@code /extensionList/} are being accessed.
|
||||
*
|
||||
* @since TODO
|
||||
* @since 2.505
|
||||
*/
|
||||
@Extension
|
||||
@Restricted(NoExternalUse.class)
|
||||
|
|
Loading…
Reference in New Issue