Registry / config / che-core-commons-annotations

che-core-commons-annotations

JSON →
library7.28.2javamavenunverified

Provides default project configuration annotations for Eclipse Che projects.

<dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-commons-annotations</artifactId> <version>7.28.2</version> </dependency>
INSTALL
IMPORT
SIG · CHE-CORE-COMMONS-A
C
che-core-commons-annotations
configjavav7.28.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nullable
org.eclipse.che.commons.annotation.Nullable

Use the @Nullable annotation from Che commons.

import org.eclipse.che.commons.annotation.Nullable; public class Example { public void process(@Nullable String input) { if (input != null) { System.out.println(input); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.28.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
Resources
che-core-commons-annotations — mvn dependency:get che-core-commons-annotations · libregistry