View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window foundation-annotations-0.17.31.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.security.access.annotation
├─ org.springframework.security.access.annotation.Secured.class - [JAR]
org.springframework.stereotype
├─ org.springframework.stereotype.Component.class - [JAR]
├─ org.springframework.stereotype.Controller.class - [JAR]
├─ org.springframework.stereotype.Indexed.class - [JAR]
├─ org.springframework.stereotype.Repository.class - [JAR]
├─ org.springframework.stereotype.Service.class - [JAR]
├─ org.springframework.stereotype.package-info.class - [JAR]
org.springframework.web.bind.annotation
├─ org.springframework.web.bind.annotation.CookieValue.class - [JAR]
├─ org.springframework.web.bind.annotation.CrossOrigin.class - [JAR]
├─ org.springframework.web.bind.annotation.DeleteMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.GetMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.PatchMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.PathVariable.class - [JAR]
├─ org.springframework.web.bind.annotation.PostMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.PutMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestAttribute.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestBody.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestHeader.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestMapping.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestMethod.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestParam.class - [JAR]
├─ org.springframework.web.bind.annotation.RequestPart.class - [JAR]
├─ org.springframework.web.bind.annotation.ResponseBody.class - [JAR]
├─ org.springframework.web.bind.annotation.ResponseStatus.class - [JAR]
├─ org.springframework.web.bind.annotation.RestController.class - [JAR]
├─ org.springframework.web.bind.annotation.ValueConstants.class - [JAR]
dev.soffa.foundation.annotation
├─ dev.soffa.foundation.annotation.ApplicationRequired.class - [JAR]
├─ dev.soffa.foundation.annotation.ApplicationTenant.class - [JAR]
├─ dev.soffa.foundation.annotation.Authenticated.class - [JAR]
├─ dev.soffa.foundation.annotation.Bind.class - [JAR]
├─ dev.soffa.foundation.annotation.DefaultTenant.class - [JAR]
├─ dev.soffa.foundation.annotation.ExcludeFromCoverageGeneratedReport.class - [JAR]
├─ dev.soffa.foundation.annotation.Feature.class - [JAR]
├─ dev.soffa.foundation.annotation.Generated.class - [JAR]
├─ dev.soffa.foundation.annotation.Handle.class - [JAR]
├─ dev.soffa.foundation.annotation.Hateos.class - [JAR]
├─ dev.soffa.foundation.annotation.Immutable.class - [JAR]
├─ dev.soffa.foundation.annotation.JournalIgnore.class - [JAR]
├─ dev.soffa.foundation.annotation.ModelId.class - [JAR]
├─ dev.soffa.foundation.annotation.Publish.class - [JAR]
├─ dev.soffa.foundation.annotation.Sensitive.class - [JAR]
├─ dev.soffa.foundation.annotation.Sentrify.class - [JAR]
├─ dev.soffa.foundation.annotation.Sentry.class - [JAR]
├─ dev.soffa.foundation.annotation.Store.class - [JAR]
├─ dev.soffa.foundation.annotation.StoreId.class - [JAR]
├─ dev.soffa.foundation.annotation.TenantRequired.class - [JAR]