-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CDI Lite packaging, deployment and lifecycle specification
- Loading branch information
Showing
5 changed files
with
450 additions
and
34 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
api/src/main/java/jakarta/enterprise/inject/build/compatible/spi/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* <p>The build compatible extension SPI. See:</p> | ||
* | ||
* <ul> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension}</li> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.Discovery}</li> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.Enhancement}</li> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.Registration}</li> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.Synthesis}</li> | ||
* <li>{@link jakarta.enterprise.inject.build.compatible.spi.Validation}</li> | ||
* </ul> | ||
*/ | ||
package jakarta.enterprise.inject.build.compatible.spi; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.