Java: Model the Stapler framework

This commit is contained in:
Tony Torralba
2023-05-23 15:21:50 +02:00
parent 182513a981
commit 5e3d9d8136
19 changed files with 340 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package hudson.model;
public abstract class Descriptor<T> {
}